SetNumbering
Specifies that the current paragraph references the numbering definition instance in the current document.
Syntax
expression.SetNumbering(oNumberingLevel);
expression
- A variable that represents a ApiParagraph class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
oNumberingLevel | Required | ApiNumberingLevel | The numbering level which will be used for assigning the numbers to the paragraph. |
Returns
This method doesn't return any data.